home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT01.Dxr / 00001.ls next >
Encoding:
Text File  |  1996-10-23  |  222 b   |  13 lines

  1. on enterFrame
  2.   global slide, volume
  3.   puppetSprite(14, 1)
  4.   set the locH of sprite 14 to slide
  5.   updateStage()
  6. end
  7.  
  8. on exitFrame
  9.   set the visible of sprite 14 to 1
  10.   set the visible of sprite 13 to 1
  11.   updateStage()
  12. end
  13.